home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
comms
/
www
/
arf-wizard
/
install-support
< prev
next >
Wrap
Text File
|
1999-05-14
|
631b
|
30 lines
Echo "Installing support commands"
If exists c:ed
echo "ED already Installed"
Else
copy c/ed to c:
Endif
If exists c:join
echo "Join already Installed"
else
copy c/join to c:
Endif
echo "Installing Logo Pic"
copy env/arfwizard.pic envarc:
copy env/arfwizard.pic env:
echo "Installing Fonts"
If exists fonts:FuturaB.font
echo "Font alreay installed"
else
makedir fonts:futuraB
copy fonts/FuturaB.font fonts:
copy fonts/futuraB/12 fonts:futuraB
copy fonts/futuraB/16 fonts:futuraB
copy fonts/futuraB/20 fonts:futuraB
copy fonts/futuraB/32 fonts:futuraB
endif
Echo "Installation complete"